toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]Address
Address
public
interface
Address
The user's address containing information about a street, city, state, etc.
Since
7.23
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
Address
.
Functions
city
Link copied to clipboard
public
String
city
(
)
The name of the city.
country
Code
Link copied to clipboard
public
String
countryCode
(
)
The
ISO 3166
2-letter country code.
dependent
Locality
Link copied to clipboard
public
String
dependentLocality
(
)
A subdivision of a city, e.g., an inner-city district or a suburb.
new
Builder
Link copied to clipboard
public
static
Address.Builder
newBuilder
(
String
countryCode
)
Creates a new
Address
builder with the given
ISO 3166
country code.
state
Link copied to clipboard
public
String
state
(
)
The name of the state.
street
Address
Link copied to clipboard
public
String
streetAddress
(
)
The full street address.
zip
Link copied to clipboard
public
String
zip
(
)
The ZIP code.